Commit Graph

46 Commits

Author SHA1 Message Date
Alexey Kulakov
919e5c2aa4 feat(ui): yarn -> pnpm (#26309) 2025-08-20 13:01:22 -07:00
James Rasell
d439395b14 admin: Add Zed project settings dir to gitignore file. (#26567) 2025-08-19 15:16:46 +01:00
Juana De La Cuesta
526c6375ad Make paths in e2e/terraform/ directory relative to the module (#24664)
* func: make paths relative

* func: make paths relative to the module inside the e2e terraform folder

* fix: add license files to gitignore

* func: move /etc and update all paths

* Uncomment forgotten code

* fix: update the path to the tls certificates to be local to the instance
2024-12-13 17:33:59 +01:00
Deniz Onur Duzgun
52f0b40f4c security: fine tune security-scanner to reduce false-positives (#20465)
Resolve scan job runner

Resolve linting alerts

adding EOF on files

adding EOF on gitignore too

add hclfmt and bump action versions

update scan.hcl comments

Co-authored-by: Tim Gross <tgross@hashicorp.com>

fix typo

move scan.hcl file and paths-ignore for scans

change action runner

use org secret to checkout

typo

change runner

use hashicorp/setup-golang@v3

Co-authored-by: Tim Gross <tgross@hashicorp.com>

pin the github action sha
2024-09-18 16:55:39 -04:00
Phil Renaud
8a9d58ae8f Storybook scripts and references removed (#22232) 2024-05-29 16:34:26 -04:00
Seth Hoenig
26607b44c4 git: ignore .fleet directory (#16144)
New IDE from jetbrains gets its own config directory.
2023-02-13 07:39:30 -06:00
Daniel Bennett
9f583f57f5 Change job init default to example.nomad.hcl and recommend in docs (#15997)
recommend .nomad.hcl for job files instead of .nomad (without .hcl)
* nomad job init -> example.nomad.hcl
* update docs
2023-02-02 11:47:47 -06:00
Seth Hoenig
f715cc1488 ci: use groups of tests in gha (#15018)
* [no ci] use json for grouping packages for testing

* [no ci] able to get packages in group

* [no ci] able to run groups of tests

* [no ci] more

* [no ci] try disable circle unit tests

* ci: use actions/checkout@v3

* ci: rename to quick

* ci: need make dev in mods cache step

* ci: make compile step depend on checks step

* ci: bump consul and vault versions

* ci: need make dev for group tests

* ci: update ci unit testing docs

* docs: spell plumbing correctly

Co-authored-by: Tim Gross <tgross@hashicorp.com>

Co-authored-by: Tim Gross <tgross@hashicorp.com>
2022-10-27 09:02:58 -05:00
Lance Haig
eafc93902b Allow Operator Generated bootstrap token (#12520) 2022-06-03 07:37:24 -04:00
Seth Hoenig
a7b56e81d8 build: git ignore go.work.sum files 2022-05-31 18:37:49 -05:00
Seth Hoenig
f42ded01a8 git: add go.work to gitignore 2022-05-25 11:15:00 -05:00
Jai Bhagat
3c78be7fba ui: ignore cache for eslint, to speed up linting 2022-01-20 09:29:10 -05:00
James Rasell
e5edffef68 terraform: update installed version used to 1.0.11. 2021-11-19 09:33:11 +01:00
Michael Schurter
8b8047a28b ignore local e2e files
- nomad-driver-ecs is an optional plugin to packer into ami
- ecs.vars is generated by tf
- *.auto.tfvars is just a style I use for local var overrides
2021-04-27 15:07:03 -07:00
Tim Gross
618d64ba37 csi: volume init command
Create a convenience command for generating example CSI volume specifications,
similar to the existing `nomad job init` or `nomad quota init` commands.
2021-03-18 14:24:40 -04:00
Dave May
83af6f5785 debug: update defaults to commonly used values 2021-03-09 08:31:38 -05:00
Tim Gross
c7c2b716fc ignore vagrant directory even if symlinked (#8114) 2020-06-04 10:24:15 -04:00
Mahmood Ali
fa845c7a7e Vendor gopsutil with go mod fix (#8108)
Point to gopsutil fork with shirou/gopsutil#889 changes. I used hashicorp/gopsutil rather than pointing to https://github.com/Lomanic/gopsutil/tree/issue832 directly just in case..
2020-06-03 16:09:27 -04:00
Seth Hoenig
15fb4c990a deps: Switch to Go modules for dependency management
This PR switches the Nomad repository from using govendor to Go modules
for managing dependencies. Aspects of the Nomad workflow remain pretty
much the same. The usual Makefile targets should continue to work as
they always did. The API submodule simply defers to the parent Nomad
version on the repository, keeping the semantics of API versioning that
currently exists.
2020-06-02 14:30:36 -05:00
Buck Doyle
e884b5f923 Remove Ember server from Storybook startup (#7980)
The presence of Storybook’s preview-head.html file in the repository
is a constant annoyance: it’s only needed for Storybook and it changes
all the time, producing a lot of Git noise. By making it a separate
step to have the Ember CLI server running before starting Storybook,
we no longer need to have preview-head in the repository. It needed to
be present because there was a race condition where it was sometimes
not generated in time for the Storybook parallel startup.
2020-05-15 13:53:31 -05:00
Mahmood Ali
6bfe899756 gitignore: only ignore toplevel tags and bin
Primarily don't ignore tags and bin packages in vendored folders
2019-12-03 13:36:54 -05:00
Buck Doyle
e6c66354d0 UI: Update to Ember 3.8 LTS (#5968) 2019-10-08 13:44:19 -05:00
Mahmood Ali
b3d2c87216 Allow per-user local customizations of makefile
Allow users to customize their makefiles by adding custom
targets/variables without checking them in.
2019-08-13 10:12:57 -04:00
Michael Lange
2fce7c7495 Upgrade to Ember 3.4 2019-04-10 14:54:34 -07:00
Chris Baker
929055ad80 add .idea (GoLand) directory to .gitignore 2019-04-10 10:34:10 -05:00
Michael Schurter
784706a1e5 client/state: support upgrading from 0.8->0.9
Also persist and load DeploymentStatus to avoid rechecking health after
client restarts.
2018-12-19 10:39:27 -08:00
Jack Pearkes
dca95c2e57 Terraform configs for e2e tests 2018-12-17 11:40:09 -06:00
Michael Schurter
206d98cf0d Remove committed test output and gitignore it 2018-11-20 10:16:03 -08:00
Alex Dadgar
4f641c00a3 ignore tags 2018-04-26 16:35:13 -07:00
Alex Dadgar
0b295d399d generated files 2017-12-19 16:57:34 -08:00
Rob Genova
4abf8481ff add Azure .pem file to .gitignore 2017-11-15 19:42:30 +00:00
Alex Dadgar
ddc2efa4ac sync 2017-09-19 10:08:23 -05:00
Alex Dadgar
98b29a41a3 re-ignore generated files 2017-09-01 12:27:29 -07:00
Michael Schurter
591ea2f71a Welcome to the brave new world
Committing generated code to help ensure reproducible builds.
2017-08-28 15:51:18 -07:00
James Nugent
df759f0c9c meta: Ignore IntelliJ IDEA/Gogland project files 2017-08-02 10:18:18 -05:00
Cameron Davison
cada2d9bdc add intellij iml as an ignored file 2016-07-28 22:20:20 -05:00
Sean Chittenden
105ba1f177 Ignore log files 2016-06-16 21:04:09 -07:00
Daniel Kerwin
d4dca3b02d Update to latest go-dockerclient. Fix .gitignore expression to allow
docker/pkg packages.
2016-05-28 12:01:56 +02:00
Sean Chittenden
8994684c4f Ignore rkt installation artifacts used in Vagrant 2016-05-07 10:05:53 -07:00
Alex Dadgar
6b188d84eb Switch to using go/codec and use code generation 2016-02-20 18:05:17 -08:00
Ryan Uber
f661927fe3 git-ignore pkg directory 2015-09-30 12:40:24 -07:00
Ryan Uber
2b7bea430f Ignore terraform files 2015-09-23 15:10:11 -07:00
Ryan Uber
cabbd919e8 demo/digitalocean: join servers together 2015-09-23 15:09:43 -07:00
Armon Dadgar
dacc3f4606 Ignore common files 2015-09-22 22:49:39 -07:00
Armon Dadgar
5bed3d97de Updated gitignore 2015-06-01 13:46:14 +02:00
Armon Dadgar
bab9f6b196 Initial commit 2015-06-01 12:21:00 +02:00