- 20 Feb, 2020 40 commits
-
-
https://gitlab.com/gitlab-org/gitlabPhilip Jonas authored
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab into 204739-app-views-discussions-remove-dormant-code * 'master' of https://gitlab.com/gitlab-org/gitlab: (54 commits) Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/shared/badges' Improve the nuget repository documentation Fix typo: missing leading `.` in `.gitlab-ci.yml` Replace refresh_index in specs Refactor charts header to the panel wrapper Refactor FunctionURI class Add Delivery as an owner of the release config Fix use of CI_PROJECT_NAME for syncing branches Update pipeline documentation with DAG on `test` jobs Add `needs` to `test` jobs to bypass `fixtures` Use unique feature flag name for ISD Update resource boundary for ExportCsvWorker Reduce number of fork targets for group-managed accounts Update Elastic Load Balancer type Set initial date from backend params Update misleading automated tests note in Geo documentation Test against PG11 in nightly scheduled pipelines Update gitlab pipeline DAG documentation Remove db dependencies on frontend jobs Use `yarn karma` instead of `bundle exec rake karma` ...
-
Phil Hughes authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/shared/badges' See merge request gitlab-org/gitlab!25044
-
Marvin Karegyeya authored
-
Heinrich Lee Yu authored
Replace Gitlab::Elastic::Helper.refresh_index See merge request gitlab-org/gitlab!25434
-
Marcel Amirault authored
Improve the nuget repository documentation See merge request gitlab-org/gitlab!24972
-
David Fernandez authored
Add Uploading packages section Add Installing a package section
-
Marcel Amirault authored
Fix typo in NPM registry docs See merge request gitlab-org/gitlab!25601
-
Imre Farkas authored
Local tiller backend fixes See merge request gitlab-org/gitlab!25340
-
Mark Florian authored
Refactor charts header to the panel type wrapper Closes #32868 See merge request gitlab-org/gitlab!25332
-
Grzegorz Bizon authored
Refactor Gitlab::Serverless::FunctionURI class See merge request gitlab-org/gitlab!23922
-
David Fernandez authored
-
Marin Jankovski authored
Fix branch sync See merge request gitlab-org/gitlab!25596
-
Nick Thomas authored
This method exists to cause changes to the index to appear in specs. In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24298/diffs we will be changing how changes are processed, and it will be valuable to have a separate method in specs that we can hook into.
-
Lin Jen-Shin authored
Merge branch '34322-investigate-how-to-reduce-the-duration-of-the-jest-job-to-under-15-minutes' into 'master' Extract frontend fixture creation from jest & karma See merge request gitlab-org/gitlab!24568
-
Miguel Rincon authored
- Reduce duplication by moving the header to the panel header instead of each chart. - Ensure widget contextual menu is present in all charts, instead of only the time series chart. - Clean some css so the heading keeps the same style when embedded.
-
Matt Kasa authored
- Move to Serverless::Domain - Decouple from database model - Add ServerlessDomainFinder - Update usage in Gitlab::Serverless::Service Relates to https://gitlab.com/gitlab-org/gitlab/issues/195964
-
Mark Florian authored
Skip the old_notes_spec that is failing in master See merge request gitlab-org/gitlab!25481
-
Sean McGivern authored
Update resource boundary for ExportCsvWorker See merge request gitlab-org/gitlab!25548
-
Yorick Peterse authored
Since changes to this file directly affect the Delivery team, it makes sense that they own this file and approve any changes to it.
-
Yorick Peterse authored
The variable CI_PROJECT_NAME only includes the project name, not the entire namespace; for that you need to use CI_PROJECT_PATH. The incorrect use of this variable meant that stable and security branches would not be synced to the appropriate target repositories.
-
Nick Thomas authored
Begin collecting blob truncation metrics See merge request gitlab-org/gitlab!25464
-
Albert Salim authored
-
Albert Salim authored
These jobs now have `needs` with `retrieve-tests-metadata` as it is the quickest test in `prepare`.
-
Adam Hegyi authored
Use unique feature name for Instance Sec Dashboard See merge request gitlab-org/gitlab!24505
-
Mark Florian authored
This should allow _only_ the Instance Security Dashboard to be disabled, without affecting the other Security Dashboards.
-
Bob Van Landuyt authored
Bump rspec and rspec-rails See merge request gitlab-org/gitlab!25105
-
Phil Hughes authored
Migrated getters_spec for jest See merge request gitlab-org/gitlab!25524
-
Phil Hughes authored
Replaces underscore with lodash and native func See merge request gitlab-org/gitlab!25572
-
Bob Van Landuyt authored
At the time of writing the last 15 days worth of this job spent more than 50% of its time on CPU. This sets the boundary accordingly.
-
Tim Zallmann authored
Replace underscore for lodash in releases Closes #196681 See merge request gitlab-org/gitlab!25556
-
Grzegorz Bizon authored
Preload associations needed by Namespace#pages_virtual_domain See merge request gitlab-org/gitlab!25499
-
Stan Hu authored
Reduce number of fork targets for group-managed accounts Closes #34648 See merge request gitlab-org/gitlab!24698
-
Marcel Amirault authored
Add `CI_JOB_IMAGE` to predefined_variables.md See merge request gitlab-org/gitlab!24396
-
Pavel Shutsin authored
Group-managed accounts shouldn't be able to fork a project outside of root group if it has prohibit_outer_forks flag enabled
-
Lin Jen-Shin authored
Test against PG11 in nightly scheduled pipelines Closes #200036 See merge request gitlab-org/gitlab!25156
-
Evan Read authored
Update Elastic Load Balancer type See merge request gitlab-org/gitlab!25504
-
Collen authored
-
Kushal Pandya authored
Merge branch '196645-replace-underscore-with-lodash-for-app-assets-javascripts-frequent_items' into 'master' Replace underscore with lodash methods in frequent_items components Closes #196645 See merge request gitlab-org/gitlab!25479
-
Kushal Pandya authored
FE deep links for cycle analytics Closes #202103 and #32426 See merge request gitlab-org/gitlab!23493
-
Ezekiel Kigbo authored
Set group and proejct id Persists the group the project id params to the url, and also initializes the cycle analytics app with them if present.
-