Commit Graph

3016 Commits

Author SHA1 Message Date
Phil Hughes 4154477ca7
Warn in IDE when user navigates away with staged changes 2018-07-26 14:50:06 +01:00
Lukas Eipert 58cff01d7a Make report_issues.vue easily extendable 2018-07-26 10:47:37 +00:00
Tim Zallmann dc31edfb7e Merge branch 'winh-fail-slow-karma-tests' into 'master'
Fail Karma tests that take longer than a second

Closes #44174

See merge request gitlab-org/gitlab-ce!20518
2018-07-26 10:17:13 +00:00
Phil Hughes 832dcd6c90 Fixed IDE not opening JSON files 2018-07-26 08:34:05 +00:00
Clement Ho 5035250337 Merge branch 'jivl-redesign-contributors-graph' into 'master'
Add bar chart component

See merge request gitlab-org/gitlab-ce!20082
2018-07-25 21:46:09 +00:00
Clement Ho 6709cfc61b Replace issues time tracking progress bar with gitlab-ui's progress bar 2018-07-25 21:06:03 +00:00
Jose 63c25a452e Add bar chart component 2018-07-25 10:01:55 -05:00
Phil Hughes 0cdaf2cc81 Merge branch 'replace-snake-case-css-classes' into 'master'
Replace author_link snake case in stylesheets, specs, and helpers

Closes #30921

See merge request gitlab-org/gitlab-ce!20797
2018-07-25 07:37:07 +00:00
Phil Hughes 7dabb48e9b Merge branch 'kp-stacked-progress-bar-decimal-places' into 'master'
Show decimal place up to single digit in Stacked Progress Bar

Closes gitlab-ee#6028

See merge request gitlab-org/gitlab-ce!20776
2018-07-24 11:33:09 +00:00
George Tsiolis f1c7ab5165 Replace author_link snake case in specs 2018-07-24 10:53:59 +03:00
Kushal Pandya d6ec3ac6ba Use `roundOffFloat` method to show decimal places in progressbar 2018-07-24 12:58:10 +05:30
Kushal Pandya b487881494 Add `roundOffFloat` helper method 2018-07-24 12:58:08 +05:30
Filipa Lacerda - 🌴🌴OOO back on July 30th🌴🌴 2d56c8fdd7 Adds Vuex store to handle the data for tests reports in MR widget 2018-07-23 16:54:48 +00:00
Winnie Hellmann 91bbdc907d Display GPG status on repository and blob pages 2018-07-23 14:58:21 +00:00
Tim Zallmann b2dbc93694 Reducing the memory footprint for the rendering 2018-07-23 11:24:07 +00:00
Winnie Hellmann d8edaf2851 Fail Karma tests that take longer than a second 2018-07-23 12:42:21 +02:00
Clement Ho 3873617548 Merge branch '47530-replace-label-light-with-label-bold' into 'master'
Resolve "Replace all usages of `label-light` with `label-bold`"

Closes #47530 and #41725

See merge request gitlab-org/gitlab-ce!20727
2018-07-20 19:20:01 +00:00
André Luís f2f8ddf4cc Resolve ""Jump to first/next unresolved discussion" jumps to resolved discussions" 2018-07-20 15:24:46 +00:00
Phil Hughes 6836d73269 Merge branch '48036-fix-web-ide-blob-crash' into 'master'
Resolve "Web IDE crashes for directories named "blob""

Closes #48036

See merge request gitlab-org/gitlab-ce!20712
2018-07-20 07:19:22 +00:00
Annabel Dunstone Gray 0deb8547af
Replace label-light with label-bold. Because it's bold, not light 2018-07-19 17:11:31 -05:00
Paul Slaughter 133377147b Fix Web IDE router breaking on files matching "targetmode" 2018-07-19 14:00:17 -05:00
Lukas Eipert 0bb1009ced
allow for testAction to wait until all promises are resolved 2018-07-19 16:26:29 +02:00
Lukas Eipert 4ff134dfd4 Proper icon validator 2018-07-18 16:56:19 +00:00
gfyoung 510ea543d1 Toggle Show / Hide Button for Kubernetes Password
Closes #49193.
2018-07-18 08:57:25 -07:00
Tim Zallmann 5ba542b109 Merge branch '_acet-fix-mr-autosave' into 'master'
Fix autosave issues for MR discussions

Closes #48876 and #48877

See merge request gitlab-org/gitlab-ce!20569
2018-07-18 15:12:31 +00:00
Tim Zallmann 740ae2d194 Merge branch '_acet-fix-outdated-discussions' into 'master'
Fix showing outdated discussions on Changes tab.

Closes #48167

See merge request gitlab-org/gitlab-ce!20445
2018-07-18 11:49:13 +00:00
Fatih Acet 13ede8cfb7
Revert debounce. 2018-07-18 12:55:58 +02:00
Fatih Acet 01aa7752ef
Debounce Autosave callback. 2018-07-18 12:55:57 +02:00
Fatih Acet c12ad01693
Fix failing specs :fingers-crossed: 2018-07-18 12:55:56 +02:00
Phil Hughes 75e1a061e4 Merge branch '45318-FE-junit-tests' into 'master'
Backports security reusable components into CE to use in JUnit report

See merge request gitlab-org/gitlab-ce!20613
2018-07-18 08:56:15 +00:00
Fatih Acet 7632330e50
Fix showing outdated discussions on Changes tab 2018-07-18 00:07:37 +02:00
Jose Ivan Vargas 236e752bfb Resolve "Metrics drop down doesn't show all environment, some not clickable" 2018-07-17 20:44:26 +00:00
Filipa Lacerda cdbff400ea
Removes commented code 2018-07-17 18:23:04 +01:00
Tim Zallmann 422dcfde03 Resolve "MR: Reduce the memory footprint of the component tree" 2018-07-17 15:47:02 +00:00
Filipa Lacerda cf9a0f2891 [ci skip] Merge branch 'master' into 45318-FE-junit-tests
* master: (49 commits)
  Add changelog entry
  Fix `transform` typo
  Fix archived parameter for projects API
  Enable frozen string in apps/uploaders/*.rb
  Fix invalid link to GitLab.com architecture.md
  i18n: externalize strings from 'app/views/import'
  Remove Repository#lookup and unreachable rugged code
  refactor code based on feedback
  Trigger rails5 tests either by variable or ref name
  Fix link in help doc which was linking to old mono-repo, now in its own repo
  SubmoduleHelper - Project is not always available as an instance variable
  Allow Danger step to fail
  update webpack to v4.16
  Backport logger changes from EE
  Add the CI Job trigger as the build trigger
  Remove flaky and redundant expectations
  use fileuploader dynamic path method in uploads manager and add spec
  fix typo in uploads manager
  add small comment to download method in uploads manager
  refactor uploads manager
  ...
2018-07-16 21:33:49 +01:00
Filipa Lacerda c82adcce6b Merge branch '49291-fix-memory-graph-component-typo' into 'master'
Fix typo in CSS transform property for Memory Graph component

Closes #49291

See merge request gitlab-org/gitlab-ce!20650
2018-07-16 17:27:30 +00:00
Kushal Pandya 483a5eefe6 Fix `transform` typo 2018-07-16 21:13:07 +05:30
Kamil Trzciński 6c237350b3 Merge branch 'fix/gb/rename-environments-stop-actions' into 'master'
Make it more explicit what environment stop actions are

Closes #48672

See merge request gitlab-org/gitlab-ce!20587
2018-07-16 09:56:19 +00:00
Mike Greiling 632c395e18 Merge branch '49128-improve-log-output-of-jasmine-toequal' into 'master'
Resolve "Improve log output of jasmine `toEqual` diffs"

Closes #49128

See merge request gitlab-org/gitlab-ce!20557
2018-07-13 22:58:28 +00:00
Mike Greiling 77f501bcd2 Merge branch '48673-lazy-load-performance-bar-in-frontend' into 'master'
Resolve "Lazy-load performance bar in frontend"

Closes #48673

See merge request gitlab-org/gitlab-ce!20607
2018-07-13 21:04:41 +00:00
Filipa Lacerda cd1b20ae93
Backports security reports reusable components into CE code base 2018-07-13 16:17:23 +01:00
Filipa Lacerda 6717643c30 Merge branch 'ide-merge-requests-forks' into 'master'
Allow merge requests from forks to be opened in Web IDE

Closes #47460

See merge request gitlab-org/gitlab-ce!20521
2018-07-13 14:48:15 +00:00
Sean McGivern 8e1a8deee3 Lazy-load performance bar UI
We need to eagerly load the performance bar wrapper component
(`performance_bar/index.js`) when the page is loaded and the container element
is present, to ensure that we register the interceptor early enough in the
page's lifecycle.

However, we don't need to load the UI at that point. Not doing so means that we
can let Webpack extract the UI (`performance_bar/components/*`) into its own
chunk, so users who don't see the performance bar don't have to load too much
unnecessary JavaScript.
2018-07-13 11:25:40 +01:00
Filipa Lacerda a3c8525dc9 Merge branch 'ide-pipeline-icon-open' into 'master'
Open pipeline list panel when clicking CI icon in Web IDE

Closes #47843

See merge request gitlab-org/gitlab-ce!20516
2018-07-13 09:06:05 +00:00
Phil Hughes 9b9cbb4a1a
fixed test to correctly text relative URLs
doesnt add query param if source & target projects match
2018-07-13 09:13:36 +01:00
Annabel Gray b8450b8bd7 Merge branch '48912-vue-files-without-tests-missing-in-coverage-report' into 'master'
Include Vue files without tests in coverage report

Closes #48912

See merge request gitlab-org/gitlab-ce!20431
2018-07-12 20:10:59 +00:00
Phil Hughes 246ac06422
fixed karma specs 2018-07-12 16:05:06 +01:00
Lukas Eipert be56f2fa4b Vuex test helper improvements 2018-07-12 14:32:13 +00:00
Grzegorz Bizon e270366d84 Rename environments stop action method
This makes it more explicit that an environment is not a stop action,
but instead is merely contains a stop action.
2018-07-12 12:22:11 +02:00
Phil Hughes 3a77664d1a Allow merge requests from forks to be opened in Web IDE
Closes #47460
2018-07-12 12:14:49 +02:00